Intentinterface
An intent definition.
Properties (5)
| Property | Type | Default | Required | Description |
|---|---|---|---|---|
| contexts⚓︎ | string[] | x | x | A comma separated list of the types of contexts the intent offered by the application can process, here the first part of the context type is the namespace e.g."fdc3.contact, org.symphony.contact". |
| customConfig⚓︎ | object | x | x | Custom configuration for the intent that may be required for a particular desktop agent. |
| displayName⚓︎ | string | x | x | An optional display name for the intent that may be used in UI instead of the name. |
| name⚓︎ | string | x | The name of the intent to 'launch'. In this case the name of an Intent supported by an Application. |
|
| resultType⚓︎ | string | x | x | Result type may be a type name, the string "channel" (which indicates that the app will return a channel) or a string indicating a channel that returns a specific type, e.g. "channel<fdc3.instrument>" |